TSTP Solution File: NUM640^1 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : NUM640^1 : TPTP v8.1.2. Released v3.7.0.
% Transfm  : NO INFORMATION
% Format   : NO INFORMATION
% Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.DLChjT7jCh true

% Computer : n002.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Thu Aug 31 12:42:59 EDT 2023

% Result   : Theorem 1.18s 0.73s
% Output   : Refutation 1.18s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    4
%            Number of leaves      :    7
% Syntax   : Number of formulae    :   12 (   7 unt;   5 typ;   0 def)
%            Number of atoms       :    7 (   6 equ;   0 cnn)
%            Maximal formula atoms :    1 (   1 avg)
%            Number of connectives :   39 (   3   ~;   0   |;   0   &;  36   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    3 (   2 avg)
%            Number of types       :    1 (   1 usr)
%            Number of type conns  :    3 (   3   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    6 (   4 usr;   3 con; 0-2 aty)
%            Number of variables   :    4 (   0   ^;   4   !;   0   ?;   4   :)

% Comments : 
%------------------------------------------------------------------------------
thf(nat_type,type,
    nat: $tType ).

thf(pl_type,type,
    pl: nat > nat > nat ).

thf(y_type,type,
    y: nat ).

thf(suc_type,type,
    suc: nat > nat ).

thf(x_type,type,
    x: nat ).

thf(satz4f,conjecture,
    ( ( suc @ ( pl @ x @ y ) )
    = ( pl @ x @ ( suc @ y ) ) ) ).

thf(zf_stmt_0,negated_conjecture,
    ( ( suc @ ( pl @ x @ y ) )
   != ( pl @ x @ ( suc @ y ) ) ),
    inference('cnf.neg',[status(esa)],[satz4f]) ).

thf(zip_derived_cl1,plain,
    ( ( suc @ ( pl @ x @ y ) )
   != ( pl @ x @ ( suc @ y ) ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(satz4b,axiom,
    ! [Xx: nat,Xy: nat] :
      ( ( pl @ Xx @ ( suc @ Xy ) )
      = ( suc @ ( pl @ Xx @ Xy ) ) ) ).

thf(zip_derived_cl0,plain,
    ! [X0: nat,X1: nat] :
      ( ( pl @ X0 @ ( suc @ X1 ) )
      = ( suc @ ( pl @ X0 @ X1 ) ) ),
    inference(cnf,[status(esa)],[satz4b]) ).

thf(zip_derived_cl2,plain,
    ( ( suc @ ( pl @ x @ y ) )
   != ( suc @ ( pl @ x @ y ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl1,zip_derived_cl0]) ).

thf(zip_derived_cl3,plain,
    $false,
    inference(simplify,[status(thm)],[zip_derived_cl2]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : NUM640^1 : TPTP v8.1.2. Released v3.7.0.
% 0.07/0.13  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.DLChjT7jCh true
% 0.14/0.34  % Computer : n002.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit : 300
% 0.14/0.34  % WCLimit  : 300
% 0.14/0.34  % DateTime : Fri Aug 25 17:49:17 EDT 2023
% 0.14/0.35  % CPUTime  : 
% 0.14/0.35  % Running portfolio for 300 s
% 0.14/0.35  % File         : /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.14/0.35  % Number of cores: 8
% 0.14/0.35  % Python version: Python 3.6.8
% 0.14/0.35  % Running in HO mode
% 0.21/0.65  % Total configuration time : 828
% 0.21/0.65  % Estimated wc time : 1656
% 0.21/0.65  % Estimated cpu time (8 cpus) : 207.0
% 0.21/0.69  % /export/starexec/sandbox2/solver/bin/lams/40_c.s.sh running for 80s
% 1.18/0.73  % Solved by lams/40_c.s.sh.
% 1.18/0.73  % done 1 iterations in 0.005s
% 1.18/0.73  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 1.18/0.73  % SZS output start Refutation
% See solution above
% 1.18/0.73  
% 1.18/0.73  
% 1.18/0.73  % Terminating...
% 1.25/0.76  % Runner terminated.
% 1.25/0.77  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------